textview: Include gutter while computing child allocations
authorJCWasmx86 <JCWasmx86@t-online.de>
Sun, 3 Jul 2022 07:49:25 +0000 (09:49 +0200)
committerJCWasmx86 <JCWasmx86@t-online.de>
Wed, 13 Jul 2022 05:02:55 +0000 (07:02 +0200)
commitaf5f75aa770538f5d7e77b3b1b6401b853e9cced
tree60b1c32a3a66f59d2c1cb47f95dbdadce79b49c0
parentafe476c2e36359ffbed5ec0e5946b0ff55f3f682
textview: Include gutter while computing child allocations

The width of the left gutter and the height of the top gutter
are now used while computing the child allocations for e.g.
anchors, otherwise - if such a gutter is present - the
widget would be at the wrong position.

Closes #5016
gtk/gtktextview.c